Boolean logic
NOT
The "not" operation takes one
input and produces one output. If
the input is true, the output is
false. If the input is false, the
output is true. In other words, the
"not" operation takes the input
and returns its opposite.